Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/117 - Palindrome Checker/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/117 - Palindrome Checker/index.html
380 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-sc
index.js /cody/swapnilsparsh/30DaysOfJavaScript/117 - Palindrome Checker/index.js
192 Views
0 Comments
function validatePalin() {

string = document.getElementById("text").value;

// to obtain total length of the
style.css /cody/swapnilsparsh/30DaysOfJavaScript/117 - Palindrome Checker/style.css
132 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
display: flex;